Attach source and documentation.
[cyberduck.git] / Spotlight Importer / Makefile
blobac659b994a74fb45a8a4b13bc09adf8117be0f39
1 BUILD_DIR=build
2 BUILDSTYLE=Release
3 PROJECT=Spotlight\ Importer.xcodeproj
5 default:
6 xcodebuild -project $(PROJECT) -configuration $(BUILDSTYLE)
8 release:default
10 clean:
11 rm -rf $(BUILD_DIR)